home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / 3rdparty / badopt.txt < prev    next >
Text File  |  1991-09-19  |  5KB  |  122 lines

  1.  
  2.  
  3.  
  4.                                               TECHNICAL INFORMATION BULLETIN
  5.                                                          TIB Number 910805.1
  6.                                                               05 August 1991
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. TITLE
  14.         Hard Disk Device Driver Problems with Rewritable Optical
  15.  
  16.  
  17.  
  18. PURPOSE
  19.  
  20.         Describes the problems in using a standard SCSI hard disk device
  21.         driver or SCSI adapter ROM BIOS to communicate with Rewritable
  22.         Optical drives.
  23.  
  24.  
  25.  
  26. PROBLEMS AND QUESTIONS
  27.  
  28.         If you have any questions regarding any Technical Information
  29.         Bulletin, contact the following:
  30.  
  31.                Micro Design International, Inc.
  32.                6985 University Boulevard
  33.                Winter Park, FL  32792
  34.  
  35.                Attention: Technical Support
  36.  
  37.                Phone: 407-677-8333
  38.                Fax:   407-677-0221
  39.  
  40.  
  41.  
  42.         When using Rewritable Optical it is very important that you are using
  43. a device driver specifically written to support Rewritable Optical.  There
  44. are many problems in using a standard SCSI hard disk device driver or a SCSI
  45. Adapter ROM BIOS to access Rewritable Optical.
  46.  
  47.  
  48.                            CURRENT PROBLEMS
  49.  
  50.         In response to a SCSI INQUIRY command, most Rewritable Optical drives
  51. identify themselves as direct-access storage devices (e.g., magnetic disk).
  52. Therefore, you may think that a standard SCSI hard disk driver or a SCSI
  53. adapter ROM BIOS can support Rewritable Optical.  If you try, it may even
  54. "appear" to work fine, but the following problems exist in using a standard
  55. SCSI hard disk driver or SCSI adapter ROM BIOS to communicate with a 
  56. Rewritable Optical drive:
  57.  
  58.         * Proper drive initialization.
  59.         * Support of 1024 byte sector media.
  60.         * Support of changing media.
  61.         * ISO Standard media formatting.
  62.  
  63.  
  64.         Some Rewritable Optical drives require the driver to send certain
  65. initialization commands to the drive on power up or after a bus reset.  For
  66. example, an important error recovery procedure for the SONY Rewritable Optical
  67. drive is automatic write reallocation (AWR) of defective sectors.  When the
  68. SONY drive detects a medium error during a write, erase, or verify operation
  69. of a write command, the sector is automatically reallocated and the data
  70. written to a spare sector.  This reallocation process is  completely
  71. transparent to the operating system.  It must be enabled through a MODE SELECT
  72. command to the drive at power up or after a bus reset.  A generic SCSI hard
  73. disk driver or SCSI adapter ROM BIOS would not perform this initialization
  74. and would receive medium errors back from the drive. This is the biggest
  75. danger in using a generic SCSI hard disk driver or SCSI adapter ROM BIOS to
  76. communicate with a Rewritable Optical drive.
  77.  
  78.         Another problem with using a hard disk driver is support for 1024 byte
  79. sector media. Rewritable Optical media currently is available in two physical
  80. sector sizes, 512 byte and 1024 byte sector media.  Since most hard disk
  81. drives use 512 byte sectors, most hard disk drivers are limited to supporting
  82. only 512 byte sector media.  The 1024 byte sector media has the advantage of
  83. greater capacity, and requires special driver considerations to support it.
  84.  
  85.         One of the important advantages of Rewritable Optical is removable
  86. media since it offers unlimited capacity by changing cartridges.  This
  87. feature of removability can cause problems with existing hard disk drivers
  88. and adapter ROM BIOSs since they are written for fixed media SCSI hard disks.
  89. Most hard disk drivers do not expect the media to change or even become not
  90. ready.  Even though handling of removable media is also dependent on which
  91. operating system you are using, a Rewritable Optical driver will support it.
  92.  
  93.         To support different defect management schemes, some Rewritable
  94. Optical drives require a mode specification when formatting the media.  Only
  95. one of the format modes is compatible with the ISO standard defect management
  96. scheme.  Even if your operating system supports formatting SCSI hard drives,
  97. it will not have the necessary code to select the ISO compatible format mode.
  98. This mode requires a format utility specifically written for Rewritable
  99. Optical.
  100.  
  101.  
  102.                            FUTURE PROBLEMS
  103.  
  104.         There are new Rewritable Optical drives on the market that supports
  105. both Rewritable Optical media and WORM media.  These new drives are called
  106. Multifunction Optical drives.  For approximately the same price of a
  107. Rewritable Optical you can get a Multifunction Optical which has the
  108. advantages of both Rewritable Optical and WORM in a single drive. A standard
  109. SCSI hard disk device driver or SCSI Adapter ROM BIOS will not be able to
  110. support the full functionality of this drive.  This type of drive needs a
  111. device driver specifically written to support Multifunction Optical which
  112. supports both types of media, Rewritable and WORM.
  113.  
  114.  
  115.                                SUMMARY
  116.  
  117.         A driver specifically written for Rewritable Optical solves the most
  118. common problems you encounter when using a SCSI hard disk driver or SCSI
  119. adapter ROM BIOS to support Rewritable Optical.  Besides solving these
  120. problems, a Rewritable Optical driver can offer many additional features to
  121. increase performance and expand flexibility.
  122.